home *** CD-ROM | disk | FTP | other *** search
- Short: Displays filtered mailbox index
- Author: Pawel Hernik
- Uploader: spi-ph@srv1.tu.kielce.pl <Pawel Hernik>
- Type: misc/unix
-
- DESCRIPTION:
-
- This program is for all peoples subscribed to I-Amiga mailing list.
- When you receive many letters from I-Amiga you can't find private
- messages to you. From2 filters mailbox and displays index of messages
- but without I-Amiga. It displays additionally numbers of messages
- in mailbox and as option subjects, real names and lengths of letters.
-
- INSTALLATION:
-
- Program is written in ansi C under Unix (SunOS) but should work on all
- systems (even on Amiga). To install type "gzip -d I-AmigaFilter" and then
- "sh I-AmigaFilter" (or "chmod 700 I-AmigaFilter" and "I-AmigaFilter").
- Installer automaticaly writes doc, source in current directory.
- Then you have to change in source pattern for recognition of I-Amiga header
- and its length.
-
- #define IAMIGA "From @plearn.edu.pl:" /* put here your own */
- #define IAMIGAL 20 /* header and length */
-
- For compile under Unix type "cc from2 -o from2".
- On Amiga you have to manually cut out source and simply type
- "execute from2.c" for compiling with SAS C.
-
- Put it in your .login or .profile following line:
-
- from2 -l /usr/spool/spi-ph
-
- Of course change your mbox path.
- I use this program since 2 months and it works well!
-
- USAGE:
-
- from2 [-l][-n][-s][-i] mailbox
- -l - display lines/bytes
- -n - display real names
- -s - display subjects
- -i - display letters from I-Amiga
-
- Type for example:
- from2 -l -s -i mbox1
-
- AUTHOR:
-
- If you like and use it send to me a postcard or e-mail.
- This program is of course FREEWARE :) but you still CAN send to me
- 1GB hard disk, 040 or 060 card for my A4030, digital multisync monitor, etc.
-
- Pawel Hernik
- Nowowiejska 24/3
- 25532 Kielce
- POLAND
-
- E-mail: spi-ph@srv1.tu.kielce.pl
-